From: Juanma Barranquero Date: Fri, 18 Apr 2008 10:29:55 +0000 (+0000) Subject: (cvs-commit-buffer-require-final-newline, cvs-changelog-full-paragraphs): X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~22339 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=b8ce3df989918f239a0b5abc05b8de3e0698070e;p=emacs.git (cvs-commit-buffer-require-final-newline, cvs-changelog-full-paragraphs): Add WHEN to obsolescence declaration. --- diff --git a/lisp/log-edit.el b/lisp/log-edit.el index 7e532dcc12f..11111286d59 100644 --- a/lisp/log-edit.el +++ b/lisp/log-edit.el @@ -110,7 +110,8 @@ If 'changed, only request confirmation if the list of files has (defvar cvs-commit-buffer-require-final-newline t) (make-obsolete-variable 'cvs-commit-buffer-require-final-newline - 'log-edit-require-final-newline) + 'log-edit-require-final-newline + "21.1") (defcustom log-edit-require-final-newline cvs-commit-buffer-require-final-newline @@ -151,7 +152,8 @@ can be obtained from `log-edit-files'." (defvar cvs-changelog-full-paragraphs t) (make-obsolete-variable 'cvs-changelog-full-paragraphs - 'log-edit-changelog-full-paragraphs) + 'log-edit-changelog-full-paragraphs + "21.1") (defvar log-edit-changelog-full-paragraphs cvs-changelog-full-paragraphs "*If non-nil, include full ChangeLog paragraphs in the log.